@charset "UTF-8";
html { font-family: 'Microsoft YaHei'; }

a { text-decoration: none; color: #4d4d4d; }

li { list-style: none; }

input::-ms-clear { display: none; }

img { border: 0; vertical-align: middle; }

a:hover, a:focus { outline: none; }

.clear:after { content: ""; display: block; clear: both; }

.clear { overflow: auto; zoom: 1; }

* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

:before, :after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html, body, div, input, span, object, iframe, textarea, h1, h2, h3, select, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background: transparent; }

.fl { float: left; }

.fr { float: right; }

.trans { -webkit-transition: all 0.4s  ease-in-out; -moz-transition: all 0.4s  ease-in-out; -ms-transition: all 0.4s  ease-in-out; -o-transition: all 0.4s  ease-in-out; transition: all 0.4s  ease-in-out; }

/*头部*/
.header { width: 100%; background: #fdfdfd; }
.header .content { width: 1200px; margin: 0 auto; height: 90px; }
.header .content .logo { display: inline-block; font-size: 0; }
.header .content .logo img { width: 70px; vertical-align: -15px; padding-top: 9px; }
.header .content .logo .txt { display: inline-block; padding-left: 10px; }
.header .content .logo .txt .p1 { font-size: 24px; color: #4c4c4c; font-weight: 600; }
.header .content .logo .txt .p2 { font-size: 14px; color: #808080; }
.header .content .search { display: inline-block; padding-top: 30px; }
.header .content .search input { width: 197px; height: 34px; line-height: 34px; border-radius: 17px; border: 1px solid #dedede; padding-left: 17px; padding-right: 17px; font-size: 14px; color: #9d9d9d; }
.header .content .search a { display: inline-block; width: 77px; line-height: 34px; border-radius: 17px; text-align: center; color: #fff; font-size: 14px; background: #005ec3; }
.header .nav { width: 100%; background: #005ec3; height: 58px; }
.header .nav ul { width: 1200px; margin: 0 auto; font-size: 0; padding-left: 60px; }
.header .nav ul li { float: left; line-height: 58px; }
.header .nav ul li a { font-size: 16px; color: #fff; display: block; width: 100%; padding: 0 40px; position: relative; }
.header .nav ul li a:after { content: ''; display: block; position: absolute; width: 1px; height: 18px; background: #fff; left: 0; top: 50%; margin-top: -9px; }
.header .nav ul li:first-child a:after { width: 0; }
.header .nav ul li:hover a { background: #007be3; }
.header .nav ul li:hover a:after { width: 0; }
.header .nav ul li:hover + li a:after { width: 0; }
.header .nav ul li.on { background: #007be3; }
.header .nav ul li.on a:after { width: 0; }
.header .nav ul li.on + li a:after { width: 0; }

/*内容*/
.min { width: 100%; background: #f1f8ff; padding-bottom: 1px; }
.min .bancg_img { width: 100%; font-size: 0; margin-bottom: 20px; }
.min .bancg_img img { width: 100%; }
.min .Inner_page { width: 1200px; margin: 0 auto; }
.min .Inner_page .nav_left { width: 240px; margin-right: 30px; }
.min .Inner_page .nav_left .left_top { background: #fff; border-radius: 5px; overflow: hidden; }
.min .Inner_page .nav_left .left_top .title { width: 100%; background: url("../images/title.png") no-repeat center; height: 90px; padding-top: 12px; }
.min .Inner_page .nav_left .left_top .title .p1 { font-size: 24px; color: #fff; text-align: center; line-height: 37px; }
.min .Inner_page .nav_left .left_top .title .p2 { font-size: 12px; color: #fff; text-align: center; line-height: 20px; }
.min .Inner_page .nav_left .left_top .nav_ul { width: 100%; font-size: 0; padding-bottom: 28px; /*三级导航*/ }
.min .Inner_page .nav_left .left_top .nav_ul li { width: 100%; padding: 0 13px; }
.min .Inner_page .nav_left .left_top .nav_ul li a { width: 100%; display: block; padding: 22px 0; color: #333333; border-bottom: 1px solid #f0f0f0; font-size: 16px; text-align: center; }
.min .Inner_page .nav_left .left_top .nav_ul li a:hover { color: #005ec3 !important; }
.min .Inner_page .nav_left .left_top .nav_ul li.on a { color: #005ec3; }
.min .Inner_page .nav_left .left_top .nav_ul li.many > a { position: relative; }
.min .Inner_page .nav_left .left_top .nav_ul li.many > a:after { content: ''; display: inline-block; width: 16px; height: 16px; background: url("../images/nav_right.png") no-repeat center; position: absolute; top: 50%; margin-top: -8px; right: 12%; }
.min .Inner_page .nav_left .left_top .nav_ul li.many > a.on:after { background: url("../images/nav_bottom.png") no-repeat center; }
.min .Inner_page .nav_left .left_top .nav_ul li.many .nav_end { width: 100%; padding: 10px 24px; background: #edf2f9; font-size: 14px; display: none; }
.min .Inner_page .nav_left .left_top .nav_ul li.many .nav_end a { color: #747576; line-height: 20px; margin-bottom: 10px; text-align: center; display: block; padding: 0; }
.min .Inner_page .nav_left .left_bottom { background: #fff; border-radius: 5px; overflow: hidden; margin-top: 7px; padding: 10px; }
.min .Inner_page .nav_left .left_bottom .title { width: 100%; font-size: 0; height: 125px; overflow: hidden; }
.min .Inner_page .nav_left .left_bottom .title img { width: 100%; }
.min .Inner_page .nav_left .left_bottom .title:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.min .Inner_page .nav_left .left_bottom .p1 { width: 100%; font-size: 12px; text-align: center; color: #999999; border-bottom: 1px solid #eaeaea; }
.min .Inner_page .nav_left .left_bottom .p1 span { color: #333333; font-size: 16px; line-height: 41px; }
.min .Inner_page .nav_left .left_bottom .p2 { width: 100%; padding: 20px 0; }
.min .Inner_page .nav_left .left_bottom .p2 .span1 { font-size: 12px; color: #999999; vertical-align: top; display: inline-block; width: 18%; line-height: 24px; }
.min .Inner_page .nav_left .left_bottom .p2 .span2 { color: #333333; font-size: 16px; display: inline-block; width: 79%; line-height: 24px; }
.min .Inner_page .word { width: 930px;min-height:800px;  background: #fff; padding: 18px 28px; margin-bottom: 119px; }
.min .Inner_page .word .position { width: 100%; text-align: right; border-bottom: 1px dashed #d1d1d1; padding-bottom: 9px; margin-bottom: 40px; }
.min .Inner_page .word .position a { display: inline-block; font-size: 16px; color: #005ec3; }
.min .Inner_page .word .position a:before { content: ''; display: inline-block; width: 8px; height: 13px; background: url("../images/lt.png") no-repeat center; margin-right: 15px; vertical-align: -2px; }
.min .Inner_page .word .position span { font-size: 12px; color: #666666; }
.min .Inner_page .word .position span:before { content: ''; display: inline-block; width: 16px; height: 19px; background: url("../images/position.png") no-repeat center; vertical-align: -2px; margin-right: 5px; }
.min .Inner_page .word .other { width: 100%; margin-bottom: 60px; }
.min .Inner_page .word .other .right { width: 150px; }
.min .Inner_page .word .other .right a { width: 139px; line-height: 42px; background: #005ec3; color: #fff; font-size: 16px; text-align: center; display: block; margin-top: 9px; }
.min .Inner_page .word .other .left { width: 724px; }
.min .Inner_page .word .other .left a { display: inline-block; font-size: 14px; color: #666666; line-height: 30px; }

/*尾部*/
.footer { width: 100%; background: #484848; }
.footer .Friendship_link { width: 100%; background: #e6e6e6; }
.footer .Friendship_link .content { width: 1200px; margin: 0 auto; overflow: hidden; position: relative; }
.footer .Friendship_link .content .title { width: 100px; font-size: 16px; color: #666666; font-weight: 600; display: inline-block; line-height: 55px; }
.footer .Friendship_link .content .marqueeul { width: 40000px; font-size: 0; overflow: hidden; position: absolute; left: 100px; top: 0; }
.footer .Friendship_link .content .marqueeul li { line-height: 55px; font-size: 14px; color: #666666; float: left; margin-right: 20px; }
.footer .footer_bottom { padding: 60px 0; }
.footer .footer_bottom p { font-size: 14px; color: #fff; line-height: 26px; text-align: center; }
.footer .footer_bottom a { font-size: 14px; color: #fff; line-height: 26px; text-align: center; }

/*分页*/
#paging { width: 100%; box-sizing: border-box; text-align: center; margin: 40px 0; }
#paging a { background-color: #ffffff; color: #999999; display: inline-block; height: 38px; margin: 0 2px; text-align: center; line-height: 38px; font-size: 16px; border: 1px solid #eaeaea; -webkit-transition: all 0.4s  ease-in-out; -moz-transition: all 0.4s  ease-in-out; -ms-transition: all 0.4s  ease-in-out; -o-transition: all 0.4s  ease-in-out; transition: all 0.4s  ease-in-out; }
#paging a:hover { color: #005ec3; }
#paging .xia { width: 87px; }
#paging .shang { width: 87px; }
#paging .nub { width: 38px; }
#paging .on { color: #fff !important; border: 1px solid #005ec3; background: #005ec3; }

/*# sourceMappingURL=public.css.map */
